home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7368 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: sunss102.cc.cycu.edu.tw!sunss103!popo
  2. From: popo@sunss103 (bbs user)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Hashing Library
  5. Date: 23 Feb 1996 00:05:08 GMT
  6. Organization: A poorly-installed InterNetNews site
  7. Message-ID: <4gj0bk$l47@sunss102.cc.cycu.edu.tw>
  8. References: <4gc1jg$gfa@news.siemens.at> <4gc1rm$gfa@news.siemens.at> <3129E9B3.430B@airmail.net>
  9. Reply-To: popo@iesun1.cycu.edu.tw
  10. NNTP-Posting-Host: sunss103
  11. X-Groupfilter: NCTU CSIE BBS newsgroups filter. [for Tin V1.2 PL2]
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. Mark Nelson (markn@airmail.net) wrote:
  15. : Kraus Hans PSE KB41 wrote:
  16. : > I need a class(library) which implements hashing.
  17. : You might want to look in the HP stl distribution site at 
  18. : ftp://butler.hpl.hp.com.  In 1995 a proposed extension to the 
  19. : STL was posted there, along with documentation.  This extension 
  20. : consisted of a set of new associative containers based on 
  21. : hashing (as opposed to the red-black tree implementation used
  22. : by Stepanov.)  The hashed containers didn't make it into the
  23. : ANSI/ISO draft, but ought to work really well with the STL.
  24. : Mark Nelson
  25. : http://web2.airmail.net/markn  - more STL pointers here
  26.